home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / git / RelNotes-1.6.5.6.txt < prev    next >
Encoding:
Text File  |  2011-09-22  |  791 b   |  24 lines

  1. Git v1.6.5.6 Release Notes
  2. ==========================
  3.  
  4. Fixes since v1.6.5.5
  5. --------------------
  6.  
  7.  * "git add -p" had a regression since v1.6.5.3 that broke deletion of
  8.    non-empty files.
  9.  
  10.  * "git archive -o o.zip -- Makefile" produced an archive in o.zip
  11.    but in POSIX tar format.
  12.  
  13.  * Error message given to "git pull --rebase" when the user didn't give
  14.    enough clue as to what branch to integrate with still talked about
  15.    "merging with" the branch.
  16.  
  17.  * Error messages given by "git merge" when the merge resulted in a
  18.    fast-forward still were in plumbing lingo, even though in v1.6.5
  19.    we reworded messages in other cases.
  20.  
  21.  * The post-upload-hook run by upload-pack in response to "git fetch" has
  22.    been removed, due to security concerns (the hook first appeared in
  23.    1.6.5).
  24.